/* 头部Star */
.main-header {
	width: 100%;
	height: 80px;
	overflow: hidden;
}
.in-header{ width: 1200px; margin: 0 auto; overflow: hidden;}
.logo {
	float: left;
	height: 80px;
	margin: 0 50px 0 0;
}
.logo img {
	height: 43px;
	width: 185px;
	margin: 18px auto;
}
.main-menu {
	float: left;
	margin: 10px 50px 0 0;
	list-style: none;
	height: 60px;
	line-height: 60px;
}
.main-menu li {
	    float: left;
	    font-size: 16px;
	    text-align: center;
	    padding: 0 20px;
	    box-sizing: border-box;
}
.main-menu li a {
	color: #333;
}
.main-menu li:hover,
.main-menu-select {
	background: url(../images/2020/menu_select.png) no-repeat center bottom;
}
.main-menu li:hover a {
	color: #4a6e82;
}
.search {
	float: left;
	width: 150px;
	margin: 20px 0;
	height: 40px;
	line-height: 40px;
}
.search input {
	height: 40px;
	line-height: 40px;
	border: 0 none;
	border-radius: 20px;
	width: 100%;
	text-indent: 40px;
	background: url(../images/2020/serche.png) no-repeat 15px center #f3f3f3;
	background-size: 12%;
}

/* 头部End */
